|
ObjectiveLib
1.0.0
|
A protocol defining the message for performing the operation of a unary function object. More...
#import <ObjectiveLib/Functional.h>

Public Member Functions | |
| (BOOL) | - performUnaryFunctionWithArg: |
| Perform the function of this function object. | |
A protocol defining the message for performing the operation of a unary function object.
This is a specialized form of OLUnaryFunction that returns the result as a boolean value instead of an allocated object.
| - (BOOL) performUnaryFunctionWithArg: | (id) | arg |
Perform the function of this function object.
The operation is performed on the single parameter and the result is returned.
| arg | the argument to the function |
Reimplemented in OLUnaryNegate, OLLogicalNot, OLBoolBinder2nd, and OLBoolBinder1st.
|